From b6e11d087c951b01e70d7bae926e3f6323374fd6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 6 Jan 2016 14:53:45 -0500 Subject: [PATCH] Add context-menu to the list of standard cursor names Adwaita doesn't have this one, but we are falling to the default cursor anyway. --- gdk/gdkcursor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index fd88123ce3..a4f58d92bb 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -253,6 +253,7 @@ gdk_cursor_new_for_display (GdkDisplay *display, * - ![](default_cursor.png) "default" * - ![](help_cursor.png) "help" * - ![](pointer_cursor.png) "pointer" + * - ![](pointer_cursor.png) "context-menu" * - ![](progress_cursor.png) "progress" * - ![](wait_cursor.png) "wait" * - ![](cell_cursor.png) "cell" -- 2.30.2